﻿2026-08-18T09:33:43.8998689Z ##[group]Run actions/checkout@v5
2026-08-18T09:33:43.8999769Z with:
2026-08-18T09:33:43.9000380Z   repository: BigscreenVR/spt-bs-core
2026-08-18T09:33:43.9003571Z   token: ***
2026-08-18T09:33:43.9003965Z   ssh-strict: true
2026-08-18T09:33:43.9004339Z   ssh-user: git
2026-08-18T09:33:43.9004720Z   persist-credentials: true
2026-08-18T09:33:43.9005137Z   clean: true
2026-08-18T09:33:43.9005536Z   sparse-checkout-cone-mode: true
2026-08-18T09:33:43.9005971Z   fetch-depth: 1
2026-08-18T09:33:43.9006344Z   fetch-tags: false
2026-08-18T09:33:43.9006713Z   show-progress: true
2026-08-18T09:33:43.9007088Z   lfs: false
2026-08-18T09:33:43.9007436Z   submodules: false
2026-08-18T09:33:43.9007836Z   set-safe-directory: true
2026-08-18T09:33:43.9008261Z   allow-unsafe-pr-checkout: false
2026-08-18T09:33:43.9008929Z ##[endgroup]
2026-08-18T09:33:43.9847677Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T09:33:43.9849466Z ##[group]Getting Git version info
2026-08-18T09:33:43.9850191Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T09:33:43.9851203Z [command]/usr/bin/git version
2026-08-18T09:33:43.9851633Z git version 2.43.0
2026-08-18T09:33:43.9857464Z ##[endgroup]
2026-08-18T09:33:43.9865133Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/f8c0f113-f483-42f3-a5b6-c5168bb7346f/.gitconfig'
2026-08-18T09:33:43.9872678Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f8c0f113-f483-42f3-a5b6-c5168bb7346f' before making global git config changes
2026-08-18T09:33:43.9873854Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T09:33:43.9875899Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T09:33:43.9929400Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T09:33:43.9946692Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T09:33:43.9956578Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T09:33:43.9959251Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T09:33:43.9977586Z refs/heads/diag/pump-188-heartbeat
2026-08-18T09:33:43.9983743Z [command]/usr/bin/git checkout --detach
2026-08-18T09:33:44.0043155Z HEAD is now at ba97a661c diag(er): route the ER tokens to a cross-process file sink + inode watch
2026-08-18T09:33:44.0077104Z [command]/usr/bin/git branch --delete --force diag/pump-188-heartbeat
2026-08-18T09:33:44.0106625Z Deleted branch diag/pump-188-heartbeat (was ba97a661c).
2026-08-18T09:33:44.0220010Z ##[endgroup]
2026-08-18T09:33:44.0222267Z [command]/usr/bin/git submodule status
2026-08-18T09:33:44.0402400Z ##[group]Cleaning the repository
2026-08-18T09:33:44.0405750Z [command]/usr/bin/git clean -ffdx
2026-08-18T09:33:45.3068828Z Removing .adapter-notify/
2026-08-18T09:33:45.3070465Z Removing target/
2026-08-18T09:33:45.3080637Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T09:33:45.3146674Z HEAD is now at ba97a661c diag(er): route the ER tokens to a cross-process file sink + inode watch
2026-08-18T09:33:45.3153061Z ##[endgroup]
2026-08-18T09:33:45.3154325Z ##[group]Disabling automatic garbage collection
2026-08-18T09:33:45.3157200Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T09:33:45.3179610Z ##[endgroup]
2026-08-18T09:33:45.3180633Z ##[group]Setting up auth
2026-08-18T09:33:45.3184528Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T09:33:45.3209813Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-18T09:33:45.3400439Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T09:33:45.3423944Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-18T09:33:45.3600832Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T09:33:45.3625701Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T09:33:45.3813917Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T09:33:45.3846988Z ##[endgroup]
2026-08-18T09:33:45.3848784Z ##[group]Fetching the repository
2026-08-18T09:33:45.3854740Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +b20e770f1ce283493cb11c3caa4045137418945a:refs/remotes/origin/diag/pump-188-heartbeat
2026-08-18T09:33:45.8278218Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-18T09:33:45.8279603Z  + ba97a661c...b20e770f1 b20e770f1ce283493cb11c3caa4045137418945a -> origin/diag/pump-188-heartbeat  (forced update)
2026-08-18T09:33:45.8312150Z ##[endgroup]
2026-08-18T09:33:45.8312952Z ##[group]Determining the checkout info
2026-08-18T09:33:45.8314892Z ##[endgroup]
2026-08-18T09:33:45.8319471Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T09:33:45.8362757Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T09:33:45.8385309Z ##[group]Checking out the ref
2026-08-18T09:33:45.8388030Z [command]/usr/bin/git checkout --progress --force -B diag/pump-188-heartbeat refs/remotes/origin/diag/pump-188-heartbeat
2026-08-18T09:33:45.8564330Z Warning: you are leaving 1 commit behind, not connected to
2026-08-18T09:33:45.8564756Z any of your branches:
2026-08-18T09:33:45.8565003Z 
2026-08-18T09:33:45.8565246Z   ba97a661c diag(er): route the ER tokens to a cross-process file sink + inode watch
2026-08-18T09:33:45.8565575Z 
2026-08-18T09:33:45.8565785Z If you want to keep it by creating a new branch, this may be a good time
2026-08-18T09:33:45.8566137Z to do so with:
2026-08-18T09:33:45.8566277Z 
2026-08-18T09:33:45.8566471Z  git branch <new-branch-name> ba97a661c
2026-08-18T09:33:45.8566683Z 
2026-08-18T09:33:45.8571456Z Switched to a new branch 'diag/pump-188-heartbeat'
2026-08-18T09:33:45.8571865Z branch 'diag/pump-188-heartbeat' set up to track 'origin/diag/pump-188-heartbeat'.
2026-08-18T09:33:45.8578867Z ##[endgroup]
2026-08-18T09:33:45.8615881Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T09:33:45.8639835Z b20e770f1ce283493cb11c3caa4045137418945a
